home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 3-Pak 2 - Disc 2
/
Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso
/
Telnet-Clients
/
nt3242a.exe
/
se
< prev
next >
Wrap
Text File
|
1996-04-11
|
107b
|
9 lines
#! /bin/sh
if test -r $1
then
sz $1
echo 'i'
else
echo Filename must exist and be readable
fi